home *** CD-ROM | disk | FTP | other *** search
- object frRectangles: TfrRectangles
- Left = 511
- Top = 125
- BorderStyle = bsToolWindow
- Caption = 'Rectangles'
- ClientHeight = 350
- ClientWidth = 301
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 300
- Height = 300
- end
- object Label1: TLabel
- Left = 0
- Top = 304
- Width = 44
- Height = 13
- Caption = 'Iteraction'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lbIngr: TLabel
- Left = 148
- Top = 304
- Width = 26
- Height = 13
- Caption = 'lbIngr'
- end
- object lbReal: TLabel
- Left = 148
- Top = 320
- Width = 30
- Height = 13
- Caption = 'lbReal'
- end
- object lbImmag: TLabel
- Left = 148
- Top = 336
- Width = 39
- Height = 13
- Caption = 'lbImmag'
- end
- object lbMaxI: TLabel
- Left = 0
- Top = 0
- Width = 300
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'lbMaxI'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- object lbMinR: TLabel
- Left = 4
- Top = 136
- Width = 33
- Height = 13
- Caption = 'lbMinR'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- object lbMinI: TLabel
- Left = 0
- Top = 288
- Width = 300
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'lbMinI'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- object lbMaxR: TLabel
- Left = 263
- Top = 136
- Width = 36
- Height = 13
- Alignment = taRightJustify
- Caption = 'lbMaxR'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- object Label2: TLabel
- Left = 135
- Top = 305
- Width = 10
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'm'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 136
- Top = 320
- Width = 10
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'r'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 136
- Top = 336
- Width = 10
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'i'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object edIterac: TEdit
- Left = 0
- Top = 316
- Width = 121
- Height = 21
- TabOrder = 0
- Text = '2'
- OnChange = edIteracChange
- end
- object UpDown1: TUpDown
- Left = 121
- Top = 316
- Width = 15
- Height = 21
- Associate = edIterac
- Min = 1
- Max = 10000
- Position = 2
- TabOrder = 1
- Wrap = False
- end
- end
-